Xbasic

AlphaCloud::ClientGetSecurityApplication Method

Syntax

.GetSecurityApplication as L (BYREF SecurityApplication as P, SecurityApplicationName as C)

Arguments

BYREF SecurityApplicationPointer

A variable to return the security application object into.

SecurityApplicationNameCharacter

The name of the security application to retrieve.

Returns

resultLogical

Returns .t. if the function call succeeded and .f. if it failed. Look at the CallResult property to determine the cause of a failure.

Description

GetSecurityApplication retrieves the properties of a security application.